Skip to main content
POST
/
v1
/
kyc
/
businesses
/
{subaccountId}
/
submit
Tier Two | Submit Business Information
curl --request POST \
  --url https://api.bullring.finance/v1/kyc/businesses/{subaccountId}/submit \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "status": "awaiting_ubo",
  "email": "[email protected]",
  "rejection_reasons": [],
  "endorsements": [
    {
      "name": "base",
      "status": "incomplete",
      "additional_requirements": [
        "kyc_approval"
      ]
    },
    {
      "name": "sepa",
      "status": "incomplete",
      "additional_requirements": [
        "kyc_approval",
        "kyc_with_proof_of_address"
      ]
    }
  ],
  "created_at": "2026-01-12T16:28:42.790Z",
  "updated_at": "2026-01-12T16:30:46.020Z",
  "type": "business",
  "legal_name": "Bullring Finance 2",
  "trade_name": "Anisere",
  "description": "yfguy bhbiu",
  "source_of_funds": "grants",
  "business_type": "corporation",
  "website": "bullring.finance",
  "registered_address": {
    "street_line_1": "1 Swallow Street",
    "street_line_2": "",
    "city": "birmingham",
    "subdivision": "EN",
    "postal_code": "B2 4AA",
    "country": "GBR"
  },
  "physical_address": {
    "street_line_1": "1 Swallow Street",
    "street_line_2": "",
    "city": "birmingham",
    "subdivision": "EN",
    "postal_code": "B2 4AA",
    "country": "GBR"
  },
  "identification": [
    {
      "type": "crn",
      "number": "1760716",
      "issuing_country": "GBR",
      "image_front": "https://res.cloudinary.com/bullring-finance/image/upload/v1768169867/verification/2026-01-11/ofq7atduwn1bwvtvxrb1.png",
      "image_back": ""
    }
  ],
  "is_dao": false,
  "is_money_transmitter": false,
  "business_industry": [
    "111150"
  ],
  "account_purpose": "payroll",
  "ultimate_beneficial_owners": [
    {
      "first_name": "John",
      "middle_name": "Omoniyi",
      "last_name": "Anisere",
      "birth_date": "1993-10-05T00:00:00.000Z",
      "email": "[email protected]",
      "address": {
        "street_line_1": "1 Swallow Street",
        "street_line_2": "",
        "city": "birmingham",
        "subdivision": "EN",
        "postal_code": "B2 4AA",
        "country": "GBR"
      },
      "identification": [
        {
          "type": "passport",
          "number": "B50091752",
          "issuing_country": "NGA",
          "image_front": "https://res.cloudinary.com/bullring-finance/image/upload/v1768169918/verification/2026-01-11/mvwnlnpgvzrxuiyw0erl.png",
          "image_back": ""
        }
      ],
      "has_ownership": true,
      "has_control": true,
      "is_signer": true,
      "title": "CEO"
    }
  ],
  "formation_document": "https://res.cloudinary.com/bullring-finance/image/upload/v1768169962/verification/2026-01-11/qxxtzbtflevi7ipxcfkg.png",
  "ownership_document": "https://res.cloudinary.com/bullring-finance/image/upload/v1768169966/verification/2026-01-11/vlidzev2rladftq7a1td.png",
  "flow_of_funds_document": null,
  "has_material_intermediary_ownership": false
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string<uuid>
required

The unique identifier of the subaccount

Body

application/json

The body is of type object.

Response

Submission successful

status
string
email
string<email>
rejection_reasons
string[]
endorsements
object[]
created_at
string<date-time>
updated_at
string<date-time>
type
string
trade_name
string
description
string
source_of_funds
string
business_type
string
website
string
registered_address
object
physical_address
object
identification
object[]
is_dao
boolean
is_money_transmitter
boolean
business_industry
string[]
account_purpose
string
ultimate_beneficial_owners
object[]
formation_document
string<uri>
ownership_document
string<uri>
flow_of_funds_document
string<uri> | null
has_material_intermediary_ownership
boolean